case "$THIS_SUB_DEPENDS" in
     PYTHON) is_depends_enabled $SPELL python ;;
    PYTHON3) is_depends_enabled $SPELL python3 ;;
      GUILE) is_depends_enabled $SPELL guile  ;;
       JAVA) is_depends_enabled $SPELL JAVA   ;;
       PERL) is_depends_enabled $SPELL perl   ;;
       RUBY) is_depends_enabled $SPELL ruby   ;;
        PHP) is_depends_enabled $SPELL php    ;;
        TCL) is_depends_enabled $SPELL tcl    ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
   return 1;;
esac
